From 42ab202b849242101bd95159bad78bcecdfbf333 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Sun, 30 Nov 2008 23:49:29 +0000 Subject: [PATCH] =?utf8?q?Bug=20562817=20=E2=80=93=20Typo=20in=20GtkDialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-12-01 Paul Bolle Bug 562817 – Typo in GtkDialog * gtk/gtkdialog.c: Fix typo svn path=/trunk/; revision=21836 --- ChangeLog | 6 ++++++ gtk/gtkdialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2da18d3a9b..4dfa9959cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-01 Paul Bolle + + Bug 562817 – GtkDialog: typo + + * gtk/gtkdialog.c: Fix typo + 2008-11-29 Matthias Clasen Bug 554453 – "typeahead find" widget of GtkTreeView appears on diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index ab7cd625d0..05be93fad8 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -172,7 +172,7 @@ gtk_dialog_class_init (GtkDialogClass *class) * * The ::close signal is a * keybinding signal - * which getrs emitted when the user uses a keybinding to close + * which gets emitted when the user uses a keybinding to close * the dialog. * * The default binding for this signal is the Escape key. -- 2.30.2